Skip to content

adding feature to assign custom output filename#37

Open
siddarth-patil wants to merge 1 commit intobguise987:masterfrom
siddarth-patil:master
Open

adding feature to assign custom output filename#37
siddarth-patil wants to merge 1 commit intobguise987:masterfrom
siddarth-patil:master

Conversation

@siddarth-patil
Copy link
Copy Markdown

This PR addresses the issue of not being able to specify the output file name when using the package. The changes add a new parameter to the function that allows the user to specify the desired output file name. The default behavior remains unchanged if the user does not specify a custom file name.

Changes Made

  • Added a new output_name parameter to the function
  • If the output_name parameter is provided, the output will be saved to a file with that name. If the parameter is not provided, the default file name will be used.
  • ".gz" is added if not present in the output_name provided by user.
  • Updated the ReadMe file with appropriate example and note.

Closes #36

Copy link
Copy Markdown

@RPINerd RPINerd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely a good addition feature, almost a must depending on application!

@bguise987
Copy link
Copy Markdown
Owner

Hey @siddarth-patil sorry I didn't get to this sooner, the notification slipped through the cracks.
Thank you so much for submitting this pull request; once I have some time to review it I'll get back to you!

@bguise987 bguise987 self-requested a review February 21, 2023 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Ability to specify output file name

3 participants